type runtime.pMask
8 uses
runtime (current package)
proc.go#L3334: func checkRunqsNoP(allpSnapshot []*p, idlepMaskSnapshot pMask) *p {
proc.go#L3356: func checkTimersNoP(allpSnapshot []*p, timerpMaskSnapshot pMask, pollUntil int64) int64 {
proc.go#L6022: type pMask []uint32
proc.go#L6025: func (p pMask) read(id uint32) bool {
proc.go#L6032: func (p pMask) set(id int32) {
proc.go#L6039: func (p pMask) clear(id int32) {
runtime2.go#L1164: idlepMask pMask
runtime2.go#L1167: timerpMask pMask
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |